home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / hdutil.arc / HDUTIL.DOC < prev    next >
Text File  |  1986-09-06  |  3KB  |  95 lines

  1.  
  2.  
  3.  
  4.  
  5.               DOCUMENTATION EXTRACTED FROM .ASM FILES
  6.  
  7.  
  8.                    * * C H A I N * *
  9. PAGE ,132
  10. TITLE IBM-PC File Chain Program, Version 2.14, 21-Aug-1986
  11. ;
  12. ; Written By Steven Georgiades
  13. ;
  14. ; IBM-PC/XT File Chain Program
  15. ;   Will respond with a list of the disk clusters that make up the file chain
  16. ;   for the requested file.
  17. ;
  18. ;       If you are using this program and find it of value, your
  19. ;       contribution in any amount ($5.00 suggested) will be greatly
  20. ;       appreciated.  Makes checks payable to Steven M. Georgiades.
  21. ;               Thank you.
  22. ;
  23. ;       If you have any questions or comments about this or any other
  24. ;       SMG program, call or write:
  25. ;
  26. ;               Steven M. Georgiades
  27. ;               701-H South Hayward Street
  28. ;               Anaheim, CA 92804
  29. ;               (714) 826-9549
  30. ;
  31.  
  32.                       * * M A R K * *
  33. PAGE ,132
  34. TITLE IBM-PC Mark/UnMark-Bad-Cluster Program, Version 2.20, 25-Aug-1986
  35.  
  36. ;
  37. ; Written By Steven Georgiades
  38. ;
  39. ; IBM-PC/XT Mark/UnMark-Bad-Cluster Program
  40. ;   This program will allow you to mark or unmark a cluster on your disk as
  41. ;   bad.  It should work under all versions of DOS 2.00 and higher, and should
  42. ;   work on the PC, XT, AT, PCJr. and all compatibles.  The programs is invoked
  43. ;   as follows:
  44. ;
  45. ;         MARK [d:] [/U | /M] n [[d:] [/U | /M] n [[...]]]
  46. ;
  47. ;           d:   Optional drive letter.  If this is omitted, the default
  48. ;                drive is used.
  49. ;
  50. ;           /U   Un-mark switch.  The following clusters will be un-marked.
  51. ;                If no switch is specified, Un-mark is assumed.
  52. ;
  53. ;           /M   Mark switch.  The following clusters will be marked bad.
  54. ;
  55. ;           n    Cluster Number, in decimal.  The first data cluster is 2.
  56. ;                (Don't blame me.  DOS defines it that way.)
  57. ;
  58. ;
  59. ;       If you are using this program and find it of value, your
  60. ;       contribution in any amount ($10.00 suggested) will be greatly
  61. ;       appreciated.  Makes checks payable to Steven M. Georgiades.
  62. ;               Thank you.
  63. ;
  64. ;       If you have any questions or comments about this or any other
  65. ;       SMG program, write to me at the following address:
  66. ;
  67. ;               Steven M. Georgiades
  68. ;               701-H South Hayward Street
  69. ;               Anaheim, CA 92804
  70. ;
  71.  
  72.                     * * O W N E R * *
  73. PAGE ,132
  74. TITLE IBM-PC Cluster Owner Program, Version 1.40, 21-Aug-1986
  75.  
  76. ;
  77. ; Written By Steven Georgiades
  78. ;
  79. ; IBM-PC/XT Cluster Owner Program
  80. ;   Will respond with the name of the file that owns the specified cluster.
  81. ;
  82. ;       If you are using this program and find it of value, your
  83. ;       contribution in any amount ($5.00 suggested) will be greatly
  84. ;       appreciated.  Makes checks payable to Steven M. Georgiades.
  85. ;               Thank you.
  86. ;
  87. ;       If you have any questions or comments about this or any other
  88. ;       SMG program, call or write:
  89. ;
  90. ;               Steven M. Georgiades
  91. ;               701-H South Hayward Street
  92. ;               Anaheim, CA 92804
  93. ;               (714) 826-9549
  94. ;
  95.